# 1.11.2.0
Release Date: 2025-6-24
Status: Released
# Base version link
If you want to know the 1.11.0.0 version`s detail information, please visit here
# Improvement
- Changed the
AppsealingiOS.mm
andLEASection.mm
files to be restored after compilation when using String Encryption - Changed the generate_hash script to treat it as an error and terminate the task if an absolute path is not used for the IPA path parameter.
- Changed the generate_hash script to treat it as an error and terminate the task if it encounters an ambiguity issue where more than two signing certificates are found.
- Changed Unreal Plugin sample code to call
Unreal_GetEncryptedCredential
andUnreal_IsAbnormalEnvironmentDetected
functions asynchronously.
# Fixes
- Fixed an error where an incorrect Credential value is returned after the second call to
GetEncryptedCredentialAsync
- Fixed a project path to be searched first in the source code search path when using String Encryption
- Fixed a ruby environment encoding to be forcibly set to UTF-8 when using String Encryption
- Fixed a symptom where constant values defined in
AppsealingiOS.h
caused duplicate symbol definition errors during compile time
# Korean
# 이전 버전 정보
1.11.0.0 버전의 릴리즈노트는 여기에서 확인하실 수 있습니다.
# 개선사항
- String Encryption 사용 시 컴파일 이후 단계에서
AppsealingiOS.mm
및 LEASection.mm 파일이 원상복구 되도록 변경되었습니다. - generate_hash 스크립트에 IPA 경로 파라미터에 절대 경로를 사용하지 않을 경우 오류로 취급하고 작업을 종료하도록 변경되었습니다.
- generate_hash 스크립트에서 서명용 인증서가 2개 이상 검색되는 모호성 문제가 발생할 경우 오류로 취급하고 작업을 종료하도록 변경되었습니다.
- Unreal Plugin 예제 코드에서
Unreal_GetEncryptedCredential
함수와Unreal_IsAbnormalEnvironmentDetected
함수를 비동기 호출하도록 변경되었습니다.
# 수정사항
GetEncryptedCredentialAsync
2회차 호출 이후부터 잘못된 Credential이 리턴되는 오류가 수정되었습니다.- String Encryption 사용 시 소스코드 검색 경로에 중 프로젝트 경로를 우선 검색하도록 수정되었습니다.
- String Encryption 사용 시 ruby 환경의 인코딩을 강제로 UTF-8로 설정하도록 수정되었습니다.
- 컴파일시
AppsealingiOS.h
에 정의된 상수값이 중복 정의 오류가 발생하는 증상이 수정되었습니다.